home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 March / Gamestar_71_2005-03_dvd.iso / Programy / MatrixY2K2005WebsiteStudio.exe / {app} / Matrix.exe / 0 / RCDATA / TFSPECED / TFSPECED.txt
Encoding:
Text File  |  2004-12-18  |  4.4 KB  |  172 lines

  1. object fSpecEd: TfSpecEd
  2.   Left = 247
  3.   Top = 128
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Special Edition Registration - English Only'
  7.   ClientHeight = 386
  8.   ClientWidth = 471
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Shell Dlg 2'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object PageControl1: TPageControl
  22.     Left = 0
  23.     Top = 0
  24.     Width = 471
  25.     Height = 367
  26.     ActivePage = TabSheet1
  27.     Align = alClient
  28.     TabOrder = 0
  29.     TabPosition = tpBottom
  30.     object TabSheet1: TTabSheet
  31.       Caption = 'Step 1/2'
  32.       object Label1: TLabel
  33.         Left = 24
  34.         Top = 88
  35.         Width = 82
  36.         Height = 13
  37.         Caption = 'Enter Full Name :'
  38.       end
  39.       object Label3: TLabel
  40.         Left = 24
  41.         Top = 136
  42.         Width = 105
  43.         Height = 13
  44.         Caption = 'Enter e-mail address :'
  45.       end
  46.       object Label4: TLabel
  47.         Left = 24
  48.         Top = 184
  49.         Width = 360
  50.         Height = 13
  51.         Caption = 
  52.           'Make sure that you have an active internet connection when you r' +
  53.           'egister !'
  54.         Font.Charset = ANSI_CHARSET
  55.         Font.Color = clRed
  56.         Font.Height = -11
  57.         Font.Name = 'Tahoma'
  58.         Font.Style = []
  59.         ParentFont = False
  60.       end
  61.       object Edit1: TEdit
  62.         Left = 24
  63.         Top = 104
  64.         Width = 361
  65.         Height = 21
  66.         TabOrder = 0
  67.       end
  68.       object Button1: TButton
  69.         Left = 168
  70.         Top = 216
  71.         Width = 75
  72.         Height = 25
  73.         Caption = 'Register'
  74.         Default = True
  75.         TabOrder = 2
  76.         OnClick = Button1Click
  77.       end
  78.       object Edit2: TEdit
  79.         Left = 24
  80.         Top = 152
  81.         Width = 361
  82.         Height = 21
  83.         TabOrder = 1
  84.       end
  85.     end
  86.     object TabSheet2: TTabSheet
  87.       Caption = 'Step 2/2'
  88.       Enabled = False
  89.       ImageIndex = 1
  90.       object EmbeddedWB1: TEmbeddedWB
  91.         Left = 1
  92.         Top = 3
  93.         Width = 461
  94.         Height = 298
  95.         TabOrder = 0
  96.         OnDocumentComplete = EmbeddedWB1DocumentComplete
  97.         OnNavigateError = EmbeddedWB1NavigateError
  98.         DownloadOptions = [DLCTL_DLIMAGES, DLCTL_VIDEOS, DLCTL_BGSOUNDS]
  99.         UserInterfaceOptions = []
  100.         PrintOptions.Margins.Left = 19.050000000000000000
  101.         PrintOptions.Margins.Right = 19.050000000000000000
  102.         PrintOptions.Margins.Top = 19.050000000000000000
  103.         PrintOptions.Margins.Bottom = 19.050000000000000000
  104.         PrintOptions.Header = '&w&bpagina &p van &P'
  105.         PrintOptions.HTMLHeader.Strings = (
  106.           '<HTML></HTML>')
  107.         PrintOptions.Footer = '&u&b&d'
  108.         PrintOptions.Orientation = poPortrait
  109.         ReplaceCaption = False
  110.         EnableDDE = False
  111.         fpExceptions = True
  112.         ControlData = {
  113.           4C0000004F250000901A00000000000000000000000000000000000000000000
  114.           000000004C000000000000000000000001000000E0D057007335CF11AE690800
  115.           2B2E126208000000000000004C0000000114020000000000C000000000000046
  116.           8000000000000000000000000000000000000000000000000000000000000000
  117.           00000000000000000100000000000000000000000000000000000000}
  118.       end
  119.       object Button2: TButton
  120.         Left = 192
  121.         Top = 307
  122.         Width = 75
  123.         Height = 25
  124.         Caption = 'Close'
  125.         TabOrder = 1
  126.         OnClick = Button2Click
  127.       end
  128.       object Panel1: TPanel
  129.         Left = 8
  130.         Top = 128
  131.         Width = 449
  132.         Height = 81
  133.         BevelInner = bvRaised
  134.         BevelOuter = bvLowered
  135.         TabOrder = 2
  136.         Visible = False
  137.         object Label2: TLabel
  138.           Left = 2
  139.           Top = 34
  140.           Width = 445
  141.           Height = 23
  142.           Alignment = taCenter
  143.           AutoSize = False
  144.           Caption = 
  145.             'Couldn'#39't process registration. Check your internet connection or' +
  146.             ' try again later ...'
  147.           Font.Charset = ANSI_CHARSET
  148.           Font.Color = clRed
  149.           Font.Height = -11
  150.           Font.Name = 'Tahoma'
  151.           Font.Style = []
  152.           ParentFont = False
  153.           WordWrap = True
  154.         end
  155.       end
  156.     end
  157.   end
  158.   object StatusBar1: TStatusBar
  159.     Left = 0
  160.     Top = 367
  161.     Width = 471
  162.     Height = 19
  163.     Panels = <>
  164.     SimplePanel = False
  165.   end
  166.   object PcCh: TBUVigenereCipher
  167.     Key = '62579101'
  168.     Left = 408
  169.     Top = 40
  170.   end
  171. end
  172.